﻿@charset "UTF-8";

/*------------// Overall //------------------*/
body {
    color: #666666;
    margin: 0;
    background: #FFF;
    line-break: 100%;
    font-family: "PingFangSC-Regular", "Microsoft YaHei", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 16px;
    font-size: 0.16rem;
}

html,
body {
    -webkit-text-size-adjust: none;
    height: 100%;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*-webkit-touch-callout: none;*/
    box-sizing: border-box;
}

html {
    font-size: 625%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th,
td {
    border-collapse: collapse;
}

a:link {
    text-decoration: none;
    color: #666;
}

a:visited {
    text-decoration: none;
    color: #666;
}

img {
    vertical-align: middle;
    border: 0;
    /*添加以下属性是解决图片在微信浏览器下默认转换效果造成页面模糊*/
    -webkit-transform: scale(1)rotate(0)translate3d(0, 0, 0);
    transform: scale(1)rotate(0)translate3d(0, 0, 0);
    display: inline-block;
    outline: none;
    max-width: 100%;
    height: auto;
    border: none;
}

div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button {
    margin: 0;
    padding: 0;
}

p {
    color: #333;
}

ol,
ul,
li {
    list-style-type: none;
}

/*IOS下移除按钮原生样式 -webkit-appearance*/
input[type=button] {
    -webkit-appearance: none;
    outline: none;
}

input:focus {
    outline: none;
}

/*去除点击按钮，有灰色阴影*/
a,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 标签过渡动画 */
a,
li {
    transition: all 0.3s ease-in-out;
}

textarea {
    font-family: Arial;
}

button {
    cursor: pointer;
    outline: none;
    border: none;
}

iframe {
    border: none;
}

.clear {
    clear: both;
}

@keyframes paginationWidth {
    0% {
        transform: translate(-100%, 0%);
    }

    25% {
        transform: translate(-75%, 0%);
    }

    50% {
        transform: translate(-50%, 0%);
    }

    75% {
        transform: translate(-25%, 0%);
    }

    100% {
        transform: translate(-0%, 0%);
    }
}

@media screen and (max-width: 1200px) {

    .swiper-container {
        max-width: 100% !important;
    }

    .i_banner .swiper-button-prev {
        right: 12rem !important;
    }

    .i_banner .swiper-button-next {
        left: 1140px !important;
    }
}

@media screen and (min-width: 1200px) {
    .process_list ul li::before {
        padding: 0 4px !important;
    }

    .process_list ul li::before {
        font-size: 0.24rem !important;
    }
}

@media screen and (min-width: 1366px) {
    .process_list ul li::before {
        padding: 0 6px !important;
    }

    .process_list ul li::before {
        font-size: 0.26rem !important;
    }
}

@media screen and (min-width: 1440px) {
    .process_list ul li::before {
        padding: 0 8px !important;
    }

    .process_list ul li::before {
        font-size: 0.33rem !important;
    }
}

.web_w{min-width:1110px;width:1100px;margin:0 auto;}
.i_banner_list{position: absolute;width:100%;left: 0;top: 632px;height: 136px;z-index: 10;}
.i_banner_list ul{height: 136px;background-color: #fff;display: flex;justify-content: space-between; align-items: center;box-shadow: 3px 2px 5px 3px rgba(0, 0, 0, 0.05);border-radius: 8px;}
.i_banner_list ul li{display: flex;justify-content: center;width: 25%;position: relative;background: url(../images/ico_line.png) right center no-repeat;padding: 20px 0;}
.i_banner_list ul li:last-of-type{background: none;}
.i_banner_list ul li .text{display: flex;flex-direction: column;font-size: 16px;color: #787878;margin-left: 15px;}
.i_banner_list ul li .text strong{font-size: 18px;font-weight: bold; color: #3e3e3e;}

.banner_swiper_button {
    width: 0.24rem !important;
    height: 0.43rem !important;
}

.swiper-button-prev,
.swiper-button-next {
    margin: auto;
    bottom: 0;
    top: 0;
    width: 0.11rem;
    height: 0.2rem;
    background-size: contain;
}

.about_glory .swiper-button-prev,
.about_glory .swiper-button-next {
    width: 0.16rem !important;
    height: 0.3rem !important;
    bottom: 0.7rem;
}

.swiper-button-prev {
    width: 0.13rem !important;
    height: 0.24rem !important;
    left: 0;
    right: 12rem;
}

.swiper-button-next {
    width: 0.13rem !important;
    height: 0.24rem !important;
    left: 11.8rem;
    right: 0;
}

.swiper-container {
    max-width: 12rem;
}

.i_banner .swiper-container {
    max-width: 100% !important;
    height: 700px;
}

.i_banner .swiper-button-prev {
    width: 0.24rem !important;
    height: 0.43rem !important;
    right: 60%;
}

.i_banner .swiper-button-next {
    width: 0.24rem !important;
    height: 0.43rem !important;
    left: 60%;
}

/* 移动端端去掉部分 */
.mb_top_nav,
.mb_i_banner {
    display: none
}

/* logo通用样式 */
.logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo a {
    position: absolute;
    top: 0.19rem;
    left: 0;
    display: flex;
    align-items: center;
}

.logo p {
    font-size: 0.18rem;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 1.444;
}

.cut_line {
    background-color: #FFF;
    margin: 0 0.15rem;
    width: 0.01rem;
    height: 0.28rem;
}

/* 顶部导航 */
.top_nav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: url(../images/nav_bg.png) no-repeat center bottom;
    background-size: 100% 1.2rem;
}

.top_nav .nav_cont {
    position: relative;
    width: 12.5rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_nav .logo {
    max-width: 3.75rem;
    margin-right: 0.55rem;
}

.top_nav .nav {
    width: 5.85rem;
    display: flex;
}

.top_nav .nav>ul {
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
}

.top_nav .nav>ul>li {
    max-width: 100px;
    min-width: 90px;
}

.top_nav .nav>ul>li.active {
    /* background-color: #3e86f9; */
}

.top_nav .nav>ul>li:hover .nav_drop {
    display: block;
}

.top_nav .nav a {
    max-width: 105px;
    height: 0.8rem;
    padding: 0 0.17rem;
    display: flex;
    justify-content: center;
    color: #fff;
    line-height: 0.8rem;
}

.top_nav .nav a p {
    color: #fff;
    border-bottom: 0.02rem solid transparent;
    transition: all .3s;
}

.top_nav .nav a.active p {
    /* background-color: #3e86f9; */
    /*border-bottom: 0.02rem solid #fff;*/
}

.top_nav.scroll .nav a p {
    color: #333;
}

.top_nav .hotline  p {
    color: #fff;
    width: 2.8rem;
    font-size: 0.18rem;
    border-bottom: 0.02rem solid transparent;
    transition: all .3s;
}


.top_nav.scroll .hotline  p {
    color: #3E86F9;
}

.top_nav.scroll .logo .cut_line {
    background: #3E86F9;
}

.top_nav.scroll .logo p {
    color: #3E86F9;
}

.top_nav.scroll .nav a.active p {
    color: #3E86F9;
    /*border-bottom: 0.02rem solid #3E86F9 !important;*/
}

.top_nav.scroll .nav a.active p {
    border-bottom: 0.02rem solid transparent;
}

.top_nav .nav>ul ul {
    display: flex;
    flex-wrap: wrap;
    transition: all .3s;
}

.top_nav .nav .nav_drop li {
    position: relative;
    /* width: fit-content;
    display: flex; */
    background: white;
}

.top_nav .nav .nav_drop li:nth-child(2) {
     border-top-right-radius: 0.04rem;
    border-top-left-radius:0.04rem; 
}

.top_nav .nav .nav_drop li:last-child {
    border-bottom-right-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
}

.top_nav .nav .nav_drop li.active>a {
    /* background: #f5f5f5; */
    color: #1c7fff;
    border-radius: 0.04rem;
}

.top_nav .nav .nav_drop li:hover .nav_drop_more {
    position: absolute;
    top: 0;
    display: block;
}

.top_nav .nav>ul ul a {
    max-width: 100%;
    height: 55px;
    align-items: center;
    justify-content: flex-start;
    color: #666;
    line-height: 20px;
    white-space: nowrap;
}

.top_nav .nav .nav_drop {
    display: none;
    position: relative;
    width: fit-content;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.04rem;
    box-shadow:0px 0px 5px rgba(0,0,0,.15);
}

.top_nav .nav .nav_drop a.active,
.top_nav .nav .nav_drop a:hover {
    color: #1c7fff;
}

.top_nav .nav .nav_drop a.active,
.top_nav .nav .nav_drop a:hover {
    border-radius: 0.04rem;
}

.top_nav .nav .nav_drop_more {
    display: none;
    position: absolute;
    left: 98px;
    background-color: #efefef;
    border-top-right-radius: 0.04rem;
    border-bottom-right-radius: 0.04rem;
}

.top_nav .nav .nav_drop_more a {
    width: 160px;
    justify-content: flex-start;
    color: #333;
}

.top_nav .nav .nav_drop_more a:first-child {
    border-top-right-radius: 0.04rem;
}

.top_nav .nav .nav_drop_more a:last-child {
    border-bottom-right-radius: 0.04rem;
}

.top_nav .top_btn {
    min-width: 1.52rem;
    /*padding-left: 0.34rem;*/
    margin-left: -0.6rem;
    display: flex;
    justify-content: flex-start;
}

.top_nav .top_btn a {
    width: 0.67rem;
    height: 0.34rem;
    line-height: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3e86f9;
    border-radius: 0.04rem;
    color: #3e86f9;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.top_nav .top_btn a:first-child {
    margin-right: 0.18rem;
}

.top_nav .top_btn a.register {
    color: #FFF;
    border: 0.01rem solid #3e86f9;
    background: #3e86f9;
}

.top_nav .top_btn a.login:hover,
.top_nav .top_btn a.register:hover {
    color: #FFF;
    background: #3e86f9;
}

/* 底部操作栏 */
.foot {
    position: relative;
    width: 100%;
    height: 3.25rem;
    padding-top: 0.4rem;
    background: url(../images/foot_bg.png) no-repeat center center;
}

.foot .top {
    width: 12rem;
    margin: 0 auto;
    /*padding-bottom: 0.1rem;*/
    display: flex;
    justify-content: space-between;
}

.foot .top .logo {
    position: relative;
    width: 20%;
    display: block;
}

.foot .top .logo a {
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.foot .top .logo a p {
    width: fit-content;
    font-size: 16px;
    padding-top: 0.13rem;
}

.foot .top .link {
    max-width: 50%;
}

.foot .top .link ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.foot .top .link ul li {
    width: 20%;
    display: inline-flex;
    flex-wrap: wrap;
}

/*.foot .top .link ul li:nth-of-type(1){
    width: 25%;
    display: inline-flex;
    flex-wrap: wrap;
}
    .foot .top .link ul li:nth-of-type(2) {
        width: 25%;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .foot .top .link ul li:nth-of-type(3) {
        width: 15%;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .foot .top .link ul li:nth-of-type(4) {
        width: 20%;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .foot .top .link ul li:nth-of-type(5) {
        width: 15%;
        display: inline-flex;
        flex-wrap: wrap;
    }*/

.foot .top .link ul li a {
    width: 100%;
    /*width: 0.7rem;*/
    margin: 0.10rem 0;
    color: #bbb;
    font-size: 0.14rem;
    font-size: 14px;
}

.foot .top .link ul li a:first-child {
    margin-top: 0;
    font-size: 16px;
    font-size: 0.16rem;
}

.foot .top .QRcode {
    width: 28%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.foot .top .QRcode>div {
    position: relative;
    max-width: 1.22rem;
    max-height: 1.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.foot .top .QRcode .weChat {
    background: url(../images/QRcode1.png) no-repeat center top;
    background-size: contain;
}

.foot .top .QRcode .download {
    background: url(../images/QRcode2.png) no-repeat center top;
    background-size: contain;
}

.foot .top .QRcode .weChat>div,
.foot .top .QRcode .download>div {
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.foot .top .QRcode p {
    padding-left: 0.07rem;
    color: #BBB;
}

.foot .bottom {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #bbb;
}

.foot .bottom .company_info {
    font-size: 0.13rem;
    width: 100%;
    height: 0.46rem;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot .bottom .company_info div {
    color: #bbb;
    display: inline-flex;
    align-items: center;
}

.foot .bottom .company_info div:first-child img {
    width: 0.15rem;
    height: 0.18rem;
}

.foot .bottom .company_info div img {
    width: 0.15rem;
    height: 0.18rem;
    margin-right: 0.09rem;
}

.foot .bottom .company_info p,
.foot .bottom .company_info a {
    color: #bbb;
}

.foot .bottom .copyright {
    margin-top: 0.25rem;
    color: #aaa;
}

.copyright a {
    color: #aaa;
}

.foot .bottom_nav {
    position: absolute;
    right: 1.07rem;
    bottom: 0.86rem;
}

.foot .bottom_nav a {
    padding: 0 0.1rem;
    font-size: 0.14rem;
    font-size: 14px;
    border-right: 1px solid #aaa;
    color: #aaa;
}

.foot .bottom_nav a:last-child {
    border-right: none;
}

/* 侧边栏按钮 */
.side_opera {
    z-index: 999;
    position: absolute;
    top: 300px;
    right: 0;
    width: 0.7rem;
    height: 3.49rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #3e86f9;
    color: #FFF;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
}

.side_opera .opera_icon {
    position: relative;
    max-width: 0.7rem;
    max-height: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0.12rem 0;
    margin: 0 0.05rem;
    border-bottom: 0.01rem solid rgba(204, 204, 204, 0.4);
    color: #FFF;
}

.side_opera .opera_tel {
    position: absolute;
    display: none;
    right: -0.05rem;
    top: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.1rem;
    font-size: 0.3rem;
    color: #1663ff;
    background: #FFF;
    white-space: nowrap;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    transform: translateX(0px);
    transition: all .3s;
}

.side_opera a:hover .opera_tel {
    box-shadow: -5px 0 20px #777777;
    display: block;
    transform: translateX(-70px);
}

.side_opera .opera_icon p {
    padding-top: 0.04rem;
    color: #FFF;
    font-size: 0.12rem;
}

.side_opera .opera_icon img {
    max-width: 0.25rem;
    transition: all .3s;
}

.side_opera .opera_icon img:hover {
    transform: scale(1.1, 1.1);
}

.side_opera .qrcode{
    position: absolute;
    display: none;
    right: -0.05rem;
    top: 0;
    background: #FFF;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
}

.side_opera a:hover .qrcode{
    box-shadow: -5px 0 20px #777777;
    display: block;
    transform: translateX(-70px);
}

.side_opera .opera_icon:last-child {
    border: none;
}

/* 左侧留言 */
/*.side_opera {
    z-index: 999;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 0.7rem;
    height: 3.49rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #3e86f9;
    color: #FFF;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
}
*/
.side_opera .opera_icon {
    position: relative;
    max-width: 0.7rem;
    max-height: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0.12rem 0;
    margin: 0 0.05rem;
    border-bottom: 0.01rem solid rgba(204, 204, 204, 0.4);
    color: #FFF;
}

.side_opera .opera_tel {
    position: absolute;
    display: none;
    right: -0.05rem;
    top: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.1rem;
    font-size: 0.3rem;
    color: #1663ff;
    background: #FFF;
    white-space: nowrap;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    transform: translateX(0px);
    transition: all .3s;
}

.side_opera a:hover .opera_tel {
    box-shadow: -5px 0 20px #777777;
    display: block;
    transform: translateX(-70px);
}

.side_opera .opera_icon p {
    padding-top: 0.04rem;
    color: #FFF;
    font-size: 0.12rem;
}

.side_opera .opera_icon img {
    max-width: 0.25rem;
    transition: all .3s;
}

.side_opera .opera_icon img:hover {
    transform: scale(1.1, 1.1);
}

.side_opera .qrcode{
    position: absolute;
    display: none;
    right: -0.05rem;
    top: 0;
    background: #FFF;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
}

.side_opera a:hover .qrcode{
    box-shadow: -5px 0 20px #777777;
    display: block;
    transform: translateX(-70px);
}

.side_opera .opera_icon:last-child {
    border: none;
}

/* 圆角按钮 */
.btn_group {
    display: flex;
    justify-content: center;
    align-items: center;
    }

.btn_group.white a {
    color: #FFF;
    border: 0.01rem solid #FFF;
}

.btn_group.white a:nth-child(2),
.btn_group.white .active {
    background: #FFF !important;
    color: #1c7fff !important;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.btn_group.blue a {
    font-size: 18px;
    font-size: .18rem;
    color: #1c7fff;
    border: 0.01rem solid #3e86f9;
    background: transparent;
}

.btn_group.blue a:nth-child(2) {
    background: linear-gradient(0deg,
            #24a1ff 0%,
            #3e86f9 100%),
        linear-gradient(#1c7fff,
            #1c7fff);
    color: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.btn_group.blue .active {
    background: linear-gradient(0deg,
            #24a1ff 0%,
            #3e86f9 100%),
        linear-gradient(#1c7fff,
            #1c7fff) !important;
    color: #FFF !important;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.radius_btn {
    width: 1.76rem;
    height: 0.54rem;
    margin-right: 0.29rem;
    padding: 0.18rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.69rem;
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #FFF;
    border: 1px solid #3068ec;
}

/* 版块头部title通用样式 */
.i_block {
    width: 100%;
    height: 1.5rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.i_block.white p {
    color: #FFF;
}

.i_block.white .line {
    background-color: #fff;
}

.i_block.black .line {
    background-color: #3e86f9;
}

.i_block>div {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.i_block>div p {
    font-size: 30px;
    font-size: 0.3rem;
    font-weight: 600;
    color: #4A4A4A;
}

.i_block>p {
    width: 100%;
    font-size: 0.20rem;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    color: #9B9B9B;
}

.i_block .line {
    width: 80px;
    height: 2px;
    margin: 0 20px;
}

/* 版块左右相邻通用布局 */
.between_block {
    width: 12rem;
    height: auto;
    padding: 0.3rem 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.between_block_l {
    order: 1;
    width: 35%;
    display: flex;
    flex-wrap: wrap;
}

.between_block_r {
    order: 2;
    margin-left: auto;
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

.between_block_title {
    margin-bottom: 0.35rem;
    font-size: 0.3rem;
}

.between_block_detail {
    width: 100%;
}

.between_block_detail ul li {
    display: flex;
    flex-wrap: wrap;
    line-height: 0.4rem;
}

.between_block_detail ul li::before {
    content: "• ";
    color: #1c7fff;
    font-size: 0.3rem;
}

/*  首页  */
.i_banner {
    margin: 0 auto;
    width: 100%;
    min-width: 12rem;
    max-width: 19.2rem;
    max-height: 7rem;
    overflow: hidden;
}

.i_banner .swiper-slide {
    max-height: 700px;
    display: flex;
    align-items: center;
}

.i_banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

.i_banner .banner_title {
    position: absolute;
    max-width: 100%;
    height: 1.93rem;
    color: #FFF;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.i_banner .banner_title>p {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.5rem;
    text-align: center;
    color: #FFF;
    text-shadow: 2px 2px 2px #666666;
}

.i_banner .banner_title .little_title {
    height: 40%;
    width: 100%;
    padding: 0.2rem 4rem 0.1rem 4rem;

}

.i_banner .banner_title .little_title p {
    text-align: center;
    color: #FFF;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i_banner .banner_title p:nth-child(2) {
    padding-bottom: 0.1rem;
    padding-top: 0.36rem;
    line-height: 0.3rem;
    font-size: 0.3rem;
    font-weight: 200;
}

.i_banner .banner_btn {
    width: 3.92rem;
    margin: 0 auto;
    display: flex;
    padding-top: 0.5rem;
}

.i_banner .banner_btn a {
    width: 1.76rem;
    height: 0.54rem;
    margin: 0 auto;
    background: linear-gradient(-90deg, #3e86f9 0%, #24a1ff 100%);
    border: 1px solid #3e86f9;
    color: #FFF;
    font-size: 0.2rem;
    font-weight: 100;
}

.i_banner .banner_btn a:first-child {
    background: transparent;
    border: 1px solid #FFF;
}

.i_banner .banner_btn a:hover {
    box-shadow: 0 0 0.05rem #CCC;
}

.i_banner .swiper-pagination {
    position: absolute;
    bottom: 75px !important;
    left: 0;
    /* top: 5.3rem; */
    font-size: 0;
    text-align: center;
    z-index: 12;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.i_banner .swiper-pagination span {
    width: 5%;
    height: 100px;
    opacity: 1 !important;
    margin: 0 1% !important;
    border-radius: 0;
    position: relative;
    display: block;
    background: none;
    overflow: hidden;
    height: 0.4rem;
}

.i_banner .swiper-pagination span i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    height: 0.02rem;
    margin-top: -0.02rem;
    z-index: 15;
    content: '';
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s linear
}

.i_banner .swiper-pagination span.swiper-pagination-bullet-active i,
.i_banner .swiper-pagination span.my-bullet-active i {
    opacity: 1;
    background: #fff;
}

.i_banner .swiper-pagination span::before {
    position: absolute;
    top: 50%;
    left: -1px;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    height: 0.02rem;
    margin-top: -0.02rem;
    z-index: 20;
    content: '';
    transform: translate(-100%, 0%);
    background-color: #24a1ff;
}

.i_banner .swiper-pagination span.my-bullet-active::before {
    animation: paginationWidth 10.0s linear 1;
}

.i_company {
    position: relative;
    width: 12rem;
    height: 5.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/logo_bg.png) no-repeat right center;
}

.i_company .i_company_imgbox {
    position: absolute;
    left: 0;
    top: 68px;
    width: 6rem;
    height: 4.2rem;
    margin-right: 0.7rem;
    overflow: hidden;
}


.i_company .company_img {
    transition: all .8s;
}

.i_company .company_img:hover {
    transform: scale(1.05, 1.05);
}

.i_company .logo {
    justify-content: flex-start;
}

.i_company .company_txt .logo p {
    color: #000;
}

.i_company .logo .cut_line {
    background-color: #CCC;
}

.i_company .company_txt {
    position: absolute;
    right: 0;
    top: 133px;
    width: 5.65rem;
    height: 3.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-evenly;
    font-size: 0.14rem;
    color: #010101;
}

.i_company .company_txt .logo a {
    position: initial;
    top: 0;
}

.i_company .company_txt p {
    display: flex;
    align-items: center;
}

.i_company .company_btn {
    color: #FFF;
    background: linear-gradient(180deg, #3e86f9, #24a1ff)
}

.i_product {
    margin: 0 auto;
    min-height: 8rem;
    background: url(../images/product_bg.png) no-repeat center center;
}

.i_product .product_bg {
    z-index: -1;
    position: absolute;
}

.i_product .tab_nav {
    position: relative;
    margin: 0 auto;
    width: 98%;
    display: flex;
    justify-content: center;
}

.i_product .tab_nav a {
    position: relative;
    width: 2.4rem;
    height: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-size: 0.5rem 0.5rem;
}

.i_product .tab_nav a:hover {
    border-bottom: 3px solid #FFF;
}

.i_product .tab_icon1 {
    background: url(../images/icon_car1-1.png) no-repeat center top;
}

.i_product .tab_icon2 {
    background: url(../images/icon_car2.png) no-repeat center top;
}

.i_product .tab_icon3 {
    background: url(../images/icon_car3.png) no-repeat center top;
}

.i_product .tab_icon4 {
    background: url(../images/icon_build.png) no-repeat center top;
}

.i_product .tab_icon5 {
    background: url(../images/icon_more.png) no-repeat center top;
}

.i_product .tab_icon6 {
    background: url(../images/icon_repair.png) no-repeat center top;
}

.i_product .tab_nav a:hover.tab_icon1 {
    background: url(../images/icon_car1.png) no-repeat center top;
}

.i_product .tab_nav a:hover.tab_icon2 {
    background: url(../images/icon_car2-1.png) no-repeat center top;
}

.i_product .tab_nav a:hover.tab_icon3 {
    background: url(../images/icon_car3-1.png) no-repeat center top;
}

.i_product .tab_nav a:hover.tab_icon4 {
    background: url(../images/icon_build-1.png) no-repeat center top;
}

.i_product .tab_nav a:hover.tab_icon5 {
    background: url(../images/icon_more-1.png) no-repeat center top;
}

.i_product .tab_nav a:hover.tab_icon6 {
    background: url(../images/icon_repair-1.png) no-repeat center top;
}

.i_product .tab_nav p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 0.11rem;
    color: #FFF;
    font-weight: 200;
    text-align: center;
}

.i_product .product_txt {
    position: absolute;
    width: 100%;
    height: 6rem;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i_product .product_txt .product_icon {
    width: 5.1rem;
    height: 4.1rem;
    margin-right: 0.91rem;
}

.i_product .product_txt .product_icon.order {
    width: 3.83rem !important;
    height: 3.08rem !important;
}

.i_product .product_detail {
    min-width: 5.56rem;
    max-width: 6rem;
    height: 3.38rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.i_product .product_detail p {
    width: 100%;
    padding-bottom: 0.1rem;
    /* padding-right: 20%; */
    color: #FFF;
    font-size: 0.24rem;
    font-size: 24px;
}

.i_product .product_detail p.more {
    width: 5.85rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    flex: 2;
    max-height: 1.25rem;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.i_product .product_detail p:first-child {
    width: 100%;
    font-size: 0.4rem;
    font-size: 40px;
}

.i_product .product_detail .line {
    width: 0.8rem;
    height: 0.02rem;
    margin: 0.20rem 0;
    background-color: #FFF;
}

/*--------------------------------------------------------------*/
.product {
    height: 9.3rem;
    background-color: #fff;
}

.product .case {
    margin: 0 auto;
    width: 12rem;
}

.product .case ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem
}

.product .case ul li {
    width: 33%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product .case ul li a {
    position: relative;
    width: 3.85rem;
    height: 3.36rem;
    margin: 0.11rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 0.1rem;
    background-color: #fff;
    box-shadow: 0rem 0rem 0.08rem 0rem #D8E4F0;
    /* border: 0.01rem solid #CCC; */
}

.product .case ul li a .company_photo {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0.1rem;
    max-height: 2.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0.18rem;
    background-size: cover;
    opacity: 1;
}

.product .case ul li a:hover .company_photo {
    opacity: 0;
}

.product .title {
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: all .5s;
}

.product .title>img {
    margin-bottom: 0.1rem;
    max-height: 0.5rem;
    display: none;
}

.product .title p {
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #333;
}

.product .title p span {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-size: 0.16rem;
    color: #666;
}

.product .account {
    position: absolute;
    left: 0;
    top: 1rem;
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    height: 2.1rem;
    flex-direction: column;
}

.product a:hover .account {
    bottom: 0.69rem;
    opacity: 1;
}

.product .case ul li a:hover {
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
}

.product .case ul li a:hover .title {
    bottom: 2.45rem;
}

.product .case ul li a:hover .title>img {
    display: initial;
}

.product a:hover .title:first-child {
    opacity: 0;
    background: none;
}

.product .content {
    padding: 0 0.33rem 0.22rem;
    font-size: 0.14rem;
    flex: 2;
    text-align: justify;
}

.product .more_detail {
    margin-left: 243px;
    font-size: 0.14rem;
    color: #3e86f9;
}

.product .more_detail img {
    margin-left: 8px;
}

.product .more_btn {
    border: 1px solid #FFF;
    color: #FFF;
    margin-top: 20px;
}
/*-------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------*/
.i_scene {
    height: 11.3rem;
    background-color: #fff;
    /* background: url(../images/success_bg.png) no-repeat center center; */
}

.i_scene .case {
    margin: 0 auto;
    width: 12rem;
}

.i_scene .case ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem
}

.i_scene .case ul li {
    width: 33%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.i_scene .case ul li a {
    position: relative;
    width: 3.85rem;
    height: 3.36rem;
    margin: 0.11rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 0.1rem;
    background-color: #fff;
    box-shadow: 0rem 0rem 0.08rem 0rem #D8E4F0;
    /* border: 0.01rem solid #CCC; */
}

.i_scene .case ul li a .photo {
    width: 100%;
    height: 100%;
    max-height: 2.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0.18rem;
    background-size: cover;
    opacity: 1;
}

.i_scene .case ul li a:hover .company_photo {
    opacity: 0;
}


.i_scene .title {
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: all .5s;
}

.i_scene .title>img {
    margin-bottom: 0.1rem;
    max-height: 0.5rem;
}

.i_scene .title p {
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #333;
}

.i_scene .title p span {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-size: 0.16rem;
    color: #666;
}

.i_scene .account {
    position: absolute;
    left: 0;
    top: 1rem;
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    height: 2.1rem;
    flex-direction: column;
}

.i_scene a:hover .account {
    bottom: 0.69rem;
    opacity: 1;
}

.i_scene .case ul li a:hover {
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
}

.i_scene .case ul li a:hover .title p{
    font-size: 0.2rem;
    color: #f30;
}

/*.i_scene a:hover .title:first-child {*/
/*    opacity: 0;*/
/*    background: none;*/
/*}*/

.i_scene .content {
    padding: 0 0.33rem 0.22rem;
    font-size: 0.14rem;
    flex: 2;
    text-align: justify;
}

.i_scene .more_detail {
    margin-left: 243px;
    font-size: 0.14rem;
    color: #3e86f9;
}

.i_scene .more_detail img {
    margin-left: 8px;
}

.i_scene .more_btn {
    border: 1px solid #FFF;
    color: #FFF;
    margin-top: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------*/


.i_advantage {
    height: 4.5rem;
    background-color: #fff;
}

.i_advantage .num_list {
    width: 1200px;
    width: 12rem;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.i_advantage .num_list>div {
    position: relative;
    margin: 0 auto;
    padding: 0 53px;
    min-width: 168px;
    max-width: 320px;
    height: 90px;
    border-right: 1px solid #ccdded;
}

.i_advantage .num_list .num_change {
    display: flex;
    max-height: 40px;
    align-items: flex-start;
}

.i_advantage .num_list div:first-child {
    padding-left: 0
}

.i_advantage .num_list div:last-child {
    padding-left: 0
}

.i_advantage .num_list>div:last-child {
    border-right: none;
}

.i_advantage .num_list .num_title {
    position: absolute;
    bottom: 0;
}

.i_advantage .num_list>div p.num_sub {
    color: #3389FA;
}

.i_advantage .num_list>div p.num_item {
    font-size: 0.5rem;
    color: #3389FA;
}

.i_advantage .num_list>div p>span {
    position: absolute;
    top: 0;
    font-size: 0.08rem;
}

.i_manage {
    height: 4.9rem;
    background-color: #F7FBFF;
}

.i_manage .manage_list {
    margin: 0 auto;
    margin-bottom: 0.5rem;
    width: 12rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.i_manage .manage_list a {
    width: 2.4rem;
    height: 2.87rem;
    padding: 0.4rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    /* background: url(../images/manage_icon_bg.png) no-repeat; */
    cursor: initial;
}

.i_manage .manage_list a:hover {
    /* background: url(../images/manage_hover_bg.png) no-repeat; */
    background-color: #3389FA;
}

.i_manage .manage_list a .line {
    width: 0.3rem;
    height: 0.02rem;
    background-color: #1c7fff;
}

.i_manage .manage_list a:hover .line {
    background-color: #FFF;
}

.i_manage .manage_list a p {
    width: 100%;
    margin: 0.2rem 0;
    text-align: center;
    font-size: 0.14rem;
}

.i_manage .manage_list a p.item_title {
    font-size: 0.18rem;
    color: #4A4A4A;
}

.i_manage .manage_list a p:last-child {
    height: 1rem;
    text-align: justify;
}

.i_manage .manage_list a:hover p {
    color: #FFF !important;
}

.i_manage .manage_list a .manage_icon {
    max-height: 0.34rem;
    width: 100%;
    height: 100%;
}

.i_manage .manage_list a .manage_icon1 {
    background: url(../images/manage_icon1.png) no-repeat center center;
}

.i_manage .manage_list a:hover .manage_icon1 {
    background: url(../images/manage_icon1-1.png) no-repeat center center;
}

.i_manage .manage_list a .manage_icon2 {
    background: url(../images/manage_icon2.png) no-repeat center center;
}

.i_manage .manage_list a:hover .manage_icon2 {
    background: url(../images/manage_icon2-1.png) no-repeat center center;
}

.i_manage .manage_list a .manage_icon3 {
    background: url(../images/manage_icon3.png) no-repeat center center;
}

.i_manage .manage_list a:hover .manage_icon3 {
    background: url(../images/manage_icon3-1.png) no-repeat center center;
}

.i_manage .manage_list a .manage_icon4 {
    background: url(../images/manage_icon4.png) no-repeat center center;
}

.i_manage .manage_list a:hover .manage_icon4 {
    background: url(../images/manage_icon4-1.png) no-repeat center center;
}

.i_manage .manage_list a .manage_icon5 {
    background: url(../images/manage_icon5.png) no-repeat center center;
}

.i_manage .manage_list a:hover .manage_icon5 {
    background: url(../images/manage_icon5-1.png) no-repeat center center;
}

.i_success {
    height: 9.3rem;
    background-color: #fff;
    /* background: url(../images/success_bg.png) no-repeat center center; */
}

.i_success .case {
    margin: 0 auto;
    width: 12rem;
}

.i_success .case ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem
}

.i_success .case ul li {
    width: 33%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.i_success .case ul li a {
    position: relative;
    width: 3.85rem;
    height: 3.36rem;
    margin: 0.11rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 0.1rem;
    background-color: #fff;
    box-shadow: 0rem 0rem 0.08rem 0rem #D8E4F0;
    /* border: 0.01rem solid #CCC; */
}

.i_success .case ul li a .company_photo {
    width: 100%;
    height: 100%;
    max-height: 2.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0.18rem;
    background-size: cover;
    opacity: 1;
}

.i_success .case ul li a:hover .company_photo {
    opacity: 0;
}

.i_success .case ul li a .company_img1 {
    background: url(../images/company/sucess_company1.png) no-repeat center top
}

.i_success .case ul li a .company_img2 {
    background: url(../images/company/sucess_company2.png) no-repeat center top
}

.i_success .case ul li a .company_img3 {
    background: url(../images/company/sucess_company3.png) no-repeat center top
}

.i_success .case ul li a .company_img4 {
    background: url(../images/company/sucess_company4.png) no-repeat center top
}

.i_success .case ul li a .company_img5 {
    background: url(../images/company/sucess_company5.png) no-repeat center top
}

.i_success .case ul li a .company_img6 {
    background: url(../images/company/sucess_company6.png) no-repeat center top
}

.i_success .title {
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: all .5s;
}

.i_success .title>img {
    margin-bottom: 0.1rem;
    max-height: 0.5rem;
}

.i_success .title p {
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #333;
}

.i_success .title p span {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-size: 0.16rem;
    color: #666;
}

.i_success .account {
    position: absolute;
    left: 0;
    top: 1rem;
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    height: 2.1rem;
    flex-direction: column;
}

.i_success a:hover .account {
    bottom: 0.69rem;
    opacity: 1;
}

.i_success .case ul li a:hover {
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
}

.i_success .case ul li a:hover .title {
    bottom: 2.45rem;
}

.i_success a:hover .title:first-child {
    opacity: 0;
    background: none;
}

.i_success .content {
    padding: 0 0.33rem 0.22rem;
    font-size: 0.14rem;
    flex: 2;
    text-align: justify;
}

.i_success .more_detail {
    margin-left: 243px;
    font-size: 0.14rem;
    color: #3e86f9;
}

.i_success .more_detail img {
    margin-left: 8px;
}

.i_success .more_btn {
    border: 1px solid #FFF;
    color: #FFF;
    margin-top: 20px;
}

.i_work {
    height: 8.15rem;
    background-color: #F7FBFF;
}

.i_work .partners {
    margin: 0 auto;
    width: 12rem;
}

.i_work .partners ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.i_work .partners ul li {
    width: 2.32rem;
    height: 1.6rem;
    margin: 0.05rem;
    background-color: #fff;
}

.i_work .partners ul li:nth-of-type(1) {
    margin-top: 0;
    margin-left: 0;
}

.i_work .partners ul li:nth-of-type(5) {
    margin-top: 0;
    margin-right: 0;
}

.i_work .partners ul li:nth-of-type(6) {
    margin-left: 0;
}

.i_work .partners ul li:nth-of-type(10) {
    margin-right: 0;
}

.i_work .partners ul li:nth-of-type(11) {
    margin-left: 0;
    margin-bottom: 0;
}

.i_work .partners ul li:nth-of-type(15) {
    margin-right: 0;
    margin-bottom: 0;
}

.i_work .partners ul li a {
    width: 2.32rem;
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: initial;
}

.i_work .partners ul li a img {
    max-width: 195px;
    transform: scale(1, 1);
    transition: all 0.3s;
}

.i_work .partners ul li a:hover img {
    transform: scale(1.1, 1.1);
}

.i_work .partners .btn_group {
    padding-top: 0.5rem;
}

.i_dynamic {
    margin: 0 auto;
    width: 12rem;
    height: 7.26rem;
}

.i_dynamic .content {
    margin: 0 auto;
    width: 12rem;
    height: 4.75rem;
}

.i_dynamic .content .con_left {
    float: left;
    position: relative;
    width: 5.7rem;
    height: 4.2rem;
}

.i_dynamic .content .con_left .con_detail_img {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.7rem;
    height: 4.2rem;
    overflow: hidden;
}

.i_dynamic .content .con_left .con_detail_img img {
    width: 5.7rem;
    height: 4.2rem;
    transition: all .3s;
}



.i_dynamic .content .con_left:hover .con_detail .con_detail_img img {
    transform: scale(1.2, 1.2);
    box-shadow: 0 0 20px #ccc;
}

.i_dynamic .content .con_left .con_detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.29rem;
    padding: 0 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
}

.i_dynamic .content .con_left .con_detail p {
    color: #FFF;
    line-height: 0.3rem;
}

.i_dynamic .content .con_left .con_detail .more {
    min-width: 0.76rem;
    border-bottom: 0.01rem solid #605f5f;
}

.i_dynamic .content .con_left .con_detail p:last-child {

    margin-bottom: 0.06rem;
}

.i_dynamic .content .con_right {
    float: right;
    width: 6rem;
    height: 4.2rem;
    margin-left: 0.3rem;
}

.i_dynamic .content .con_right ul {
    display: flex;
    flex-wrap: wrap;
}

.i_dynamic .content .con_right ul li a {
    width: 6rem;
    max-height: inherit;
    margin: 2px 0;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.i_dynamic .content .con_right ul li a .imgbox {
    float: right;
    width: 1.5rem;
    height: 1.08rem;
    overflow: hidden;
}

.i_dynamic .content .con_right ul li a .imgbox img {
    width: 1.5rem;
    height: 1.08rem;
    transition: all .3s;
}

.i_dynamic .content .con_right ul li a .dynamic_det {
    width: 3.92rem;
    padding-left: 0.16rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.i_dynamic .content .con_right ul li a .dynamic_det p {
    width: 100%;
    padding: 2px 0;
    color: #999;
    font-size: 0.14rem;
}

.i_dynamic .content .con_right ul li a .dynamic_title {
    color: #666 !important;
}

.i_dynamic .content .con_right ul li a .dynamic_det p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
}

.i_dynamic .content .con_right ul li:hover {
    box-shadow: 0 0 20px #ccc;
}

.i_dynamic .content .con_right ul li:hover .dynamic_title {
    color: #3e86f9 !important;
}

.i_dynamic .content .con_right ul li:hover .dynamic_det p {
    color: #666;
}

.i_dynamic .content .con_right ul li a:hover img {
    float: right;
    transform: scale(1.5, 1.5);
}

/* 产品中心 */
.pro_top_bg {
    min-height: 6.5rem;
    display: flex;
    background: url(../images/product/top_bg.png) no-repeat center center;
}

.pro_top_bg>div,
.solu_banner>div {
    width: 12rem;
    margin: 0 auto;
    padding-left: 64px;
}

.pro_top_bg .product_txt,
.solu_banner .product_txt {
    width: 12rem;
    height: auto;
    top: 1rem;
    /* justify-content: flex-end;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
}

.pro_top_bg .product_detail .title {
    font-size: 0.3rem !important;
    font-weight: 600;
}

.pro_difficulty {
    background: url(../images/product/difficulty_nav.png) no-repeat center top;
    background-size: 100% 1.04rem;
}

.pro_difficulty .tab_nav {
    position: relative;
    margin: 0 auto;
    width: 11.5rem;
    height: 1.04rem;
    display: flex;
    justify-content: center;
}

.pro_difficulty .swiper_nav {
    height: 0.66rem !important;
}

.pro_difficulty .tab_nav a {
    min-width: 1.66rem;
    padding: 0 0.2rem;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #fff;
}

.pro_difficulty .tab_nav .active {
    color: #1c7fff;
    border-bottom: 2px solid #1c7fff;
}

.pro_difficulty .tab_nav a:hover {
    color: #1c7fff;
}

.pro_difficulty .diff_item {
    margin: 0 auto;
    width: 12rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pro_difficulty .diff_item a {
    position: relative;
    width: 5.8rem;
    height: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pro_difficulty .diff_item a .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.pro_difficulty .diff_item.hover a:hover .mask {
    background-color: #3389FA;
    opacity: 1;
}

.pro_difficulty .diff_item a p {
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.66rem;
    color: #FFF;
    font-size: 0.16rem;
    text-align: center;
    transition: all 0.3s;
}

.pro_difficulty .diff_item a p.title {
    top: 0.85rem;
    font-size: 0.26rem;
    font-size: 26px;
}

.pro_difficulty .diff_item.hover a p.title {
    top: 1.23rem;
}

.pro_difficulty .diff_item.hover a:hover p.title {
    top: 0.85rem;
}

.pro_difficulty .diff_item a .line {
    position: absolute;
    left: 2.69rem;
    top: 1.33rem;
    width: 0.4rem;
    height: 0.03rem;
    background-color: #1c7fff;
    transition: all 0.3s;
}

.pro_difficulty .diff_item.hover a .line {
    top: 1.71rem;
}

.pro_difficulty .diff_item.hover a:hover .line {
    background-color: #FFF;
    top: 1.33rem;
}

.pro_difficulty .diff_item.hover a p.txt {
    display: none;
}

.pro_difficulty .diff_item.hover a:hover p.txt {
    display: block;
    position: absolute;
    padding: 0 1rem;
    top: 1.66rem;
    font-size: 0.16rem;
    font-size: 16px;
    display: flex;
    text-align: center;
}

.pro_difficulty .diff_item .diff_1 {
    cursor: default;
    margin-right: 20px;
    margin-bottom: 20px;
    background: url(../images/product/d_1.png) no-repeat center center
}

.pro_difficulty .diff_item .diff_2 {
    margin-left: 20px;
    margin-bottom: 20px;
    background: url(../images/product/d_2.png) no-repeat center center
}

.pro_difficulty .diff_item .diff_3 {
    margin-top: 20px;
    margin-right: 20px;
    background: url(../images/product/d_3.png) no-repeat center center
}

.pro_difficulty .diff_item .diff_4 {
    margin-top: 20px;
    margin-left: 20px;
    background: url(../images/product/d_4.png) no-repeat center center
}

.pro_project {
    height: 5.7rem;
    background: url(../images/product/project_bg.png) no-repeat center center;
}

.pro_project .project_item {
    width: 1200px;
    width: 12rem;
    height: 2.75rem;
    margin: 0 auto;
    /* padding-bottom: 0.6rem; */
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_project .project_item a {
    width: 3rem;
    height: 2.75rem;
    padding-top: 0.5rem;
    border-radius: 0.1rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    cursor: initial;
}

.pro_project .project_item a:hover {
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.pro_project .project_item a div {
    width: 0.9rem;
    height: 0.45rem;
}

.pro_project .project_item a p {
    width: 80%;
    margin-top: 15px;
    color: #FFF;
    text-align: center;
}

.pro_project .project_item a p:last-child {
    opacity: .6;
}

.pro_project .project_item a:hover p {
    opacity: 1;
    color: #1c7fff;
}

.pro_project .project_item a p.title {
    font-size: 26px;
    font-size: 0.26rem;
}

.pro_project .project_item a .pro_icon1 {
    background: url(../images/product/pro_icon1.png) no-repeat center top;
}

.pro_project .project_item a .pro_icon2 {
    background: url(../images/product/pro_icon2.png) no-repeat center top;
}

.pro_project .project_item a .pro_icon3 {
    background: url(../images/product/pro_icon3.png) no-repeat center top;
}

.pro_project .project_item a .pro_icon4 {
    background: url(../images/product/pro_icon4.png) no-repeat center top;
}

.pro_project .project_item a:hover .pro_icon1 {
    background: url(../images/product/pro_icon1_1.png) no-repeat center top;
}

.pro_project .project_item a:hover .pro_icon2 {
    background: url(../images/product/pro_icon2_1.png) no-repeat center top;
}

.pro_project .project_item a:hover .pro_icon3 {
    background: url(../images/product/pro_icon3_1.png) no-repeat center top;
}

.pro_project .project_item a:hover .pro_icon4 {
    background: url(../images/product/pro_icon4_1.png) no-repeat center top;
}

.pro_manage {
    /* min-height: 6rem; */
    background: #fff;
}

.pro_manage .btn_group {
    justify-content: flex-start;
    padding: 0.6rem 0 0;
}

.pro_manage.manage_1 {
    height: 7.18rem;
}

.pro_background:nth-of-type(odd) {
    background: #F7FBFF;
}

.pro_manage .manage_item {
    margin: 0 auto;
    max-width: 12rem;
    /* height: 5.33rem; */
    padding-top: 0.4rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.pro_manage .manage_block {
    width: 50%;
    padding-left: 100px;
    margin-bottom: 0.52rem;
}

.pro_manage:nth-of-type(even) .manage_block:first-child {
    padding-left: 160px;
}

.pro_manage:nth-of-type(even) .manage_block {
    padding-left: 110px;
}

.pro_manage .manage_block p:first-child {
    margin-bottom: 0.35rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #4A4A4A;
}

.pro_manage .manage_block .manage_detail {
    position: relative;
    min-height: 294px;
}

.pro_manage .manage_block .manage_detail ul li {
    line-height: 55px;
    border-left: 1px solid #1c7fff;
    text-indent: -0.07rem;
    color: #9B9B9B;
}

/* .pro_manage .manage_block .manage_detail ul li::before {
    content: "● ";
    color: #1c7fff;
    font-size: 0.22rem;
} */

.pro_manage .manage_block .manage_detail ul li .list_icon {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.1rem;
}

/* .pro_manage .btn_group {
    position: absolute;
} */

.pro_manage .manage_img1 {
    height: 4.5rem;
    background: url(../images/product/manage_1.png) no-repeat 104px center;
    background-size: contain;
}

.pro_manage .manage_img2 {
    margin-top: 1.11rem;
    height: 3.86rem;
    background: url(../images/product/manage_2.png) no-repeat 101px bottom;
    background-size: contain;
}

.pro_manage .manage_img3 {
    margin-top: 1.03rem;
    height: 4.5rem;
    background: url(../images/product/manage_3.png) no-repeat 101px center;
    background-size: contain;
}

.pro_manage .manage_img4 {
    margin-top: 1.21rem;
    height: 3.86rem;
    background: url(../images/product/manage_4.png) no-repeat 104px bottom;
    background-size: contain;
}

.pro_process {
    min-height: 7.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pro_success {
    height: 7.05rem;
    /*background-color: #F7FBFF;*/
}

.grey {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    z-index: 999;
    overflow: hidden;
}

.trip_form {
    z-index: 999;
    position: fixed;
    margin-left: -3.24rem;
    margin-bottom: -1.63rem;
    /*margin-bottom: -0.705rem;*/
    left: 50%;
    bottom: 50%;
    width: 6.479rem;
    /*width: 5.68rem;*/
    /*height: 2.78rem;*/
    /*height: 1.41rem;*/
    //text-align: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    //color: #FFF;
    border-top-right-radius: 0.07rem;
    border-top-left-radius: 0.07rem;
    border-bottom-left-radius: 0.07rem;
    border-bottom-right-radius: 0.07rem;

    /*max-height: 7.77rem;
    //display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FFF;
    width: 9.04rem;
    padding: 0.54rem 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;*/
    box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
    background: #FFF;
    border-style: solid;
    /*border-color: #1c7fff;*/
    border-color: #ffffff;
    border-width: 0.05rem;
}

/*.trip_form .trip_form_title {*/
/*    border-top-right-radius: 0.06rem;*/
/*    border-top-left-radius: 0.06rem;*/
/*    margin: -0.05rem -0.05rem;*/
/*    display: flex;*/
/*    margin-bottom: 0.02rem;*/
/*    width: 110%;*/
/*    height: 0.5rem;*/
/*    background-color: #1c7fff;*/
/*    font-size: 0.2rem;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.trip_form .trip_form_title p {*/
/*    color: #fff;*/
/*    margin-left: 0.1rem;*/
/*}*/

.trip_form #tripForm {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.trip_form .section {
    margin: 0.05rem 0;
    /*margin: 0.03rem 0;*/
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.trip_form .trip_form_btn {
    background: url(../images/minimize.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.trip_form .trip_form_btn:hover {
    background-position: 0 -15px !important;
}

/*.trip_form .section:nth-of-type(1) p,
.trip_form .section:nth-of-type(2) p,
.trip_form .section:nth-of-type(3) p,
.trip_form .section:nth-of-type(4) p {
    margin: 0;
    margin-left: 0.08rem;
}*/

.trip_form .section:nth-child(6) {
    width: 6rem;
}

.trip_form input {
    transition: all .3s;
}

.trip_form select {
    height: 0.3rem;
    width: 0.98rem;
    border: 0.01rem solid #1c7fff;
    border-radius: 0.05rem;
    transition: all .3s;
}

.trip_form input:hover {
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
}

.trip_form input[type='text'] {
    height: 0.3rem;
    padding: 0 0.1rem;
    border: 0.01rem solid #1c7fff;
    border-radius: 0.05rem;
}

.trip_form input[name='name'] {
    width: 192px;
    height: 50px;
    margin-right: 66px;
}

.trip_form input[name='tel'] {
    width: 300px;
    height: 50px;
}

.trip_form input[name='company'] {
    width: 635px;
    height: 50px;
}

.trip_form input[type='checkbox'] {
    -webkit-appearance: none;
    outline: none;
    margin: 0;
}

.trip_form label {
    display: flex;
    width: 1.3rem;
    align-items: center;
    margin-right: 0px;
    cursor: pointer;
}

/*.trip_form label input {
    cursor: pointer;
}*/

.trip_form .msg {
    position: relative;
    left: 4px;
}

.trip_form textarea {
    height: 1rem;
    width: 6.3rem;
    /* padding: 0 0.1rem; */
    border: 0.01rem solid #1c7fff;
    border-radius: 0.05rem;
    resize: none;
    transition: all .3s;
    font-size: larger;
}

.trip_form textarea:hover {
    box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
}

.trip_form input[type='checkbox'] {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFF;
    border-radius: 50%;
    border: 0.01rem solid #AAA;
}

.trip_form input[type='checkbox']:checked {
    background: #1c7fff;
    border: 1px solid #1c7fff;
}

.trip_form input[type='checkbox']:checked:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 50%;
    height: 25%;
    border: 0.02rem solid #FFF;
    border-radius: 0.01rem;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
}

.trip_form label span {
    margin: 0 0.04rem;
}

.trip_form input[type='button'] {
    width: 1.2rem;
    height: 0.35rem;
    margin: 0 auto;
    background: linear-gradient(180deg, #1c7fff 0%, #3068ec 100%), linear-gradient(#ffd477, #ffd477);
    color: #FFF;
    /*font-weight: bold;*/
    font-size: 20px;
    border: 0.01rem solid #1c7fff;
    border-radius: 1.69rem;
    cursor: pointer;
    /* box-shadow: 0rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.1); */
}

.trip_form .form_icon {
    width: 0.3rem;
    height: 0.3rem;
}

.trip_form .form_icon1 {
    background: url(../images/product/form_icon1.png) no-repeat center center;
}

.trip_form .form_icon2 {
    background: url(../images/product/form_icon2.png) no-repeat center center;
}

.trip_form .form_icon3 {
    background: url(../images/product/form_icon3.png) no-repeat center center;
}

.trip_form .form_icon4 {
    background: url(../images/product/form_icon4.png) no-repeat center center;
}

.trip_form .form_icon5 {
    background: url(../images/product/form_icon5.png) no-repeat center center;
}

.trip_form .form_icon6 {
    background: url(../images/product/form_icon6.png) no-repeat center center;
}

.trip_form .form_icon7 {
    background: url(../images/product/form_icon7.png) no-repeat center center;
}

/* 解决方案 */

.solu_banner {
    min-height: 6.5rem;
    display: flex;
    background: url(../images/solution/solution_bg.png) no-repeat center center
}

.solu_banner .product_txt .product_icon.order {
    width: 456px !important;
    height: 370px !important;
    margin-right: 50px;
    margin-left: 20px;
}

.solu_banner .title {
    font-size: 0.3rem !important;
    padding-right: 0 !important;
    padding-bottom: 0.55rem !important;
    font-weight: bold;
}

.solu_txt {
    width: 12rem;
    line-height: 0.34rem;
    line-height: 34px;
    padding: 0.2rem 0;
    margin: 0 auto;
}

.solu_flow {
    height: auto;
    background: #dbeeff;
}

.solu_flow .process {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.solu_flow .process p {
    width: 100%;
    margin: 0.08rem 0;
    font-size: 14px;
    color: #666;
}

.solu_hardware {
    position: relative;
    background: #fafcfd;
}

.solu_hardware .between_block {
    min-height: 5.9rem;
}

.solu_hardware .pos_img {
    height: 5.4rem;
    transition: all .3s;
    padding-left: 35px;
    max-width: 550px;
}

.solu_hardware .pos_img:hover {
    transform: scale(1.05, 1.05);
}

.solu_hardware .between_block_r {
    width: 55%;
}

.solu_hardware .between_block_r p {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.24rem;
    line-height: 0.34rem;
}

.solu_hardware .between_block_r p span {
    float: left;
    width: 100%;
    font-size: 0.16rem;
}

.solu_hardware table {
    width: 6.2rem;
    height: 3.96rem;
}

.solu_hardware table th {
    width: 50%;
    padding: 0.13rem 0;
    background: #24a1ff;
    color: #FFF;
    border: 0.01rem solid #eee;
}

.solu_hardware table td {
    width: 50%;
    padding: 0.13rem 0;
    text-align: center;
    border: 0.01rem solid #eee;
    background-color: #FFF;
}

.solu_hardware .table_check {
    background: #FFF url(../images/solution/table_check.png) no-repeat center center;
}

.solu_special {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.solu_special .between_block {
    min-height: 556px;
}

.solu_special .between_block ul {
    margin-bottom: 20px;
}

.solu_special_1 .between_block {
    min-height: 8rem;
}

.solu_special:nth-of-type(odd) {
    background: #fafcfd;
}

.solu_special:nth-of-type(even) {
    background: #dbeeff;
}

.solu_special .between_block_detail ul li {
    line-height: 0.6rem;
    border-left: 1px solid #1c7fff;
    font-size: 0.18rem;
    text-indent: -7px;
}

.solu_special .between_block_detail ul li span {
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.3rem;
    padding-left: 0.4rem;
    padding-right: 1rem;
}

.solu_special .between_block img {
    max-width: 600px;
    margin: 0 auto;
    transition: all .3s;
}

.solu_special .between_block img:hover {
    transform: scale(1.02, 1.02);
}

.solu_special .special_img1 {
    width: 40%;
    height: 5.87rem;
    background: url(../images/solution/special1.png) no-repeat 38px center;
    background-size: contain;
}

.solu_special .special_img2 {
    width: 40%;
}

.solu_special .special_img3 {
    height: 4rem;
}

.solu_special .special_img4 {
    height: 4rem;
}

.solu_special .special_img5 {
    height: 5.87rem;
    background: url(../images/solution/special5.png) no-repeat center center;
    background-size: contain;
}

.solu_special .special_img6 {
    height: 4rem;
    background: url(../images/solution/special6.png) no-repeat center center;
    background-size: contain;
}

.solu_special .special_img7 {
    height: 4rem;
    background: url(../images/solution/special7.png) no-repeat center center;
    background-size: contain;
}

.solu_special .special_img8 {
    height: 4rem;
    background: url(../images/solution/special8.png) no-repeat center center;
    background-size: contain;
}

.solu_special .special_img9 {
    height: 4rem;
    background: url(../images/solution/special9.png) no-repeat center center;
    background-size: contain;
}

/* 客户成功案例 */
.customer_banner {
    min-height: 6.5rem;
    display: flex;
    background: url(../images/customer/customer_banner.png) no-repeat center center
}

.customer_banner .product_txt,
.info_banner .product_txt,
.about_banner .product_txt {
    width: 12rem;
    margin: 0 auto;
    position: relative;
}

.customer_banner .product_txt .line,
.info_banner .product_txt .line {
    height: 4px;
}

.customer_banner .product_detail,
.info_banner .product_detail {}

.customer_case {
    height: auto;
    margin-top: 0.42rem;
    background: #FFF;
}

.customer_case ul li a {
    border: 0.01rem solid #DEDEDE;
}

/* 分页器 */
.paging {
    width: 100%;
    margin: 0.6rem 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging a {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0 0.05rem;
    border: 0.01rem solid #CCC;
    background: #FFF;
    text-align: center;
    font-weight: bold;
    border-radius: 0.1rem;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.paging a:hover,
.paging .active {
    background: #3e86f9;
    color: #FFF;
}

/* 资讯中心 */
.info_banner {
    min-height: 6.5rem;
    display: flex;
    background: url(../images/customer/info_banner.png) no-repeat center center
}

.info_list {
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.5rem;
}

.info_list a {
    width: 100%;
    padding: 0.3rem 0;
    display: flex;
    border-bottom: 0.01rem solid #EEE;
}

.info_list a .date {
    /*width: 102px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
}

.info_list a .date p {
    font-size: 0.36rem;
    color: #4A4A4A;
}

.info_list a .date span {
    font-size: 0.16rem;
    color: #4A4A4A;
}

.info_list a .imgbox {
    width: 3rem;
    height: 2rem;
    margin: 0 0.48rem 0 0.22rem;
    overflow: hidden;
}

.info_list a img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.info_list a .info_resume {
    width: 7rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    transition: all .3s;
}

.info_list a .info_resume .title {
    display: -webkit-box;
    width: 100%;
    font-size: 0.2rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #4A4A4A;
}

.info_list a .info_resume .abstract {
    display: flex;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 0.26rem;
    color: #4A4A4A;
}

.info_list a:hover .more {
    color: #1c7fff;
}

.info_list a:hover .info_resume {
    /*transform: scale(1.02, 1.02);*/
}

.info_list a:hover img {
    transform: scale(1.1, 1.1);
}

.info_detail {
    width: 12rem;
    margin: 0 auto;
    padding: 0.81rem 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.info_detail .title {
    padding-bottom: 0.36rem;
    border-bottom: 0.01rem solid #CCC;
}

.info_detail .title>p {
    margin-bottom: 0.24rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.3rem;
    color: #4A4A4A;
}

.info_detail .title_sub {
    display: flex;
    justify-content: center;
}

.info_detail .title_sub p {
    padding: 0 0.2rem;
    color: #4A4A4A;
}

.info_detail .title_sub p.title_tips {
    padding: 0 0 0 0.2rem;
}

.info_detail .title_sub a {
    color: #1c7fff;
}

.info_detail .content {
    padding: 0.4rem 0;
    text-align: left;
    border-bottom: 0.01rem solid #CCC;
}

.info_detail .content p {
    color: #4A4A4A;
}

.info_detail .info_bottom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.3rem;
}

.info_detail .info_bottom div {
    width: 10rem;
    height: 0.34rem;
    text-align: left;
    display: flex;
}

.info_detail .info_bottom a:hover.nav {
    color: #1c7fff;
    text-decoration: underline;
}

.info_detail .info_bottom .btn_group {
    position: absolute;
    right: 0;
    width: 120px;
    height: 40px;
}

.info_detail .info_bottom .btn_group a {
    width: 120px;
    position: absolute;
    padding: 14px 0;
    font-size: 14px;
    height: 40px;
}

/* 关于我们 */
.about>div {
    display: none;
}

.about .current {
    display: block;
}

.about_banner {
    min-height: 6.5rem;
    display: flex;
    background: url(../images/customer/about_banner.png) no-repeat center center
}

.about_banner .product_detail {
    /*position: absolute;*/
    /*left: 0;*/
}

.about_banner .product_txt,
.about_banner .product_detail {
    /*width: 60%;*/
}

.about_banner .product_detail img {
    width: 2.53rem;
    height: 0.82rem;
    margin: 0 auto;
    margin-bottom: 0.27rem;
}

.about_banner .product_detail p {
    /*text-align: center;*/
    padding-right: 0;
    text-shadow: 1px 1px 2px #666666;
}

.about_txt {
    height: 8.25rem;
}

.about_txt .between_block {
    min-height: 3.5rem;
}

.about_txt .between_block_l {
    height: inherit;
    top: 0;
}

.about_txt .about_img1 {
    /* position: absolute;
    right: 1rem; */
    /*width: 4.85rem;*/
    height: 4.5rem;
    box-shadow: 0.09rem 0.09rem 0.01rem #CCC;
    transition: all .3s;
}

.about_txt .about_img1:hover {
    transform: scale(1.05, 1.05);
}

.about_txt .between_block_detail {
    width: 6.33rem;
    line-height: 0.3rem;
    text-indent: 0.4rem;
    text-align: justify;
}

.about_content {
    padding: 30px 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_content .about_item {
    padding: 0 0.2rem;
    width: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_content .about_item:nth-of-type(even) {
    border-left: 0.01rem solid #CCC;
    border-right: 0.01rem solid #CCC;
}

.about_content .about_item p {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #4A4A4A;
    text-align: center;
}

.about_content .about_item p span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.16rem;
    color: #9B9B9B;
}

.about .about_contact {
    width: 12rem;
    height: 9rem;
    margin: 0 auto;
}

.about .about_contact .i_block p {
    color: #1c7fff;
    font-weight: 400;
}

.about .about_contact .location {
    display: flex;
    justify-content: space-around;
}

.about .about_contact .location>div {
    width: 52%;
}

.about .about_contact .location div p.company {
    padding-left: 0.2rem;
    line-height: 0.26rem;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
    border-left: 0.02rem solid #1c7fff;
    color: #1c7fff;
}

.about .about_contact .location div .tel {
    padding-left: 30px;
    margin-bottom: 0.2rem;
    background: url(../images/icon_tel.png) no-repeat left center;
}

.about .about_contact .location div .address {
    padding-left: 30px;
    margin-bottom: 0.2rem;
    background: url(../images/icon_address.png) no-repeat left center;
}

.about .about_contact .location div .email {
    padding-left: 30px;
    margin-bottom: 0.2rem;
    background: url(../images/icon_email.png) no-repeat left center;
}

.map {
    display: flex;
    justify-content: space-around;
    max-width: 12rem;
    height: 5.85rem;
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
    margin: auto
}


/*.process_list ul li::before {
    padding: 0 4px;
    content: "●";
    color: #1c7fff;
    font-size: 0.24rem;
}*/
/*
.process_list {
    height: 700px;
    background: url(../images/customer/process_line.png) no-repeat center center;
}


.process_list ul {
    position: relative;
}

.process_list ul li {
    position: relative;
    margin: 0.2rem 0;
    display: flex;
    align-items: center;
}


.process_list ul li .process_img {
    width: 2%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    padding: 0.3%;
}

.process_list ul li>p {
    margin: 0 0.5rem;
    font-size: 0.24rem;
    white-space: nowrap;
}

.process_list ul li.left_li {
    width: 100%;
    padding-left: 49%;
}

.process_list ul li.left_li .process_detail .detail_right{
    padding-left:0.1rem;
    text-align: justify;
}

.process_list ul li.right_li {
    width: 100%;
    padding-right: 49%;
    flex-direction: row-reverse;
}

.process_list ul li .process_detail {
    max-width: 570px;
    display: flex;
    padding: 0.2rem;
    background: #FFF;
    border: 0.01rem solid #FFF;
    border-radius: 0.05rem;
    transition: all .3s;
}

.process_list ul li:hover .process_detail {
    box-shadow: 0 0 0.2rem #CCC;
}

.process_list ul li .process_detail .detail_left {
    max-width: 0.6rem;
    margin-right: 0.3rem;
    white-space: nowrap;
}*/

.about_glory:nth-of-type(even) {
    background: #F7FBFF;
}

.about_glory .glory_group {
    width: 12rem;
    margin: 0 auto;
}

.about_glory:nth-of-type(even) .glory_group {
    padding: 0.4rem 0;
}

.about_glory .glory_item>p {
    padding-left: 0.2rem;
    line-height: 0.26rem;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
    color: #4A4A4A;
    border-left: 0.02rem solid #1c7fff;
}

.about_glory .glory_item p span {
    display: block;
    font-size: 0.16rem;
    padding-top: 0.16rem;
    color: #9B9B9B;
}

.about_glory .glory_list a {
    margin: 0 0.2rem;
    width: 2.4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: default;
}

.about_glory .glory_list a div {
    width: 2.6rem;
    height: 2.6rem;
    background: #FFF;
    border: 0.01rem solid #EEE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.about_glory .glory_list a img {
    max-width: 2.33rem;
    max-height: 100%;
    padding: 0.13rem;
    transition: all .3s;
}

.about_glory .glory_list a:hover div:first-child {
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.08);
}

.about_glory .glory_list a:hover img {
    transform: scale(1.08, 1.08);
}

.about_glory .glory_list a div.glory_prize {
    max-height: 130px;
    border: none;
    position: relative;
    text-align: center;
    align-content: flex-start;
    margin-top: 20px;
    background: inherit;
}

.about_glory:nth-of-type(even) .glory_list a .glory_prize {
    height: 70px !important;
}

.about_glory .glory_list a div.glory_prize p {
    color: #666;
}

.about_glory .glory_list a div.glory_prize p:last-child {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    color: #9B9B9B;
}

.about_glory .glory_list a div.glory_prize span {
    width: 100%;
    padding: 10px 0;
    color: #666;
}

.about_glory .glory_list {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

/* 客户案例 */
.case_banner {
    position: relative;
    height: 6.5rem;
    background: url(../images/company/case_bg.png) no-repeat center top;
    background-size: 100% 6.5rem;
}

.case_banner .banner_title {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_banner .banner_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.5rem;
    background: rgba(0, 0, 0, 0.4)
}

.case_banner .banner_btn {
    z-index: 9;
    width: 5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.case_banner .banner_btn p {
    width: 100%;
    text-align: center;
    margin: 0.2rem 0 0.4rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #FFF;
}

.case_banner .banner_btn a:nth-child(3) {
    background: transparent !important;
    border: 1px solid #FFF;
}

.case_banner .banner_btn a {
    color: #FFF;
    background: linear-gradient(-90deg, #3e86f9 0%, #24a1ff 100%);
    border: 1px solid #3e86f9;
}

.case_banner .banner_btn a:hover {
    box-shadow: 0 0 0.05rem #CCC;
}

.case_introduce {
    background: url(../images/company/case_introduce_bg.png) no-repeat center top;
}

.case_introduce .top {
    width: fit-content;
    height: 1.44rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.case_introduce .top p {
    white-space: nowrap;
    padding: 0 0.2rem;
    line-height: .3rem;
    color: #666;
}

.case_introduce .top p span {
    display: block;
    white-space: pre-wrap;
    color: #333;
}

.case_introduce .top p:nth-of-type(even) {
    border-left: 0.01rem solid #EEE;
    border-right: 0.01rem solid #EEE;
}

.case_introduce .detail {
    width: 12rem;
    margin: 0 auto;
    padding: 0.5rem;
    line-height: 0.34rem;
    color: #333;
    background: #fff;
}

.case_introduce .detail p {
    font-size: 18px;
}

.case_diff {
    height: 5rem;
    background: #F7FBFF;
}

.case_diff .diff_item a {
    width: 3.73rem;
    height: 2.67rem;
    margin: 0 !important;
    transition: all .3s;
}

.case_diff .diff_item a:hover {
    transform: scale(1.02, 1.02);
}

.case_diff .diff_item a .line {
    left: 1.7rem;
}

.case_diff .diff_item .diff_1 {
    background: url(../images/company/diff1.png) no-repeat center center;
}

.case_diff .diff_item a:nth-of-type(2n) {
    margin: 0 40px !important;
}

.case_diff .diff_item .diff_3 {
    background: url(../images/company/diff2.png) no-repeat center center;
}

.case_solve {
    position: relative;
    width: 12rem;
    height: 8.2rem;
    margin: 0 auto;
}

.case_solve .about_content {
    position: absolute;
    top: 1.29rem;
    width: 100%;
    margin: 0 auto;
}

.case_solve .solve_bg {
    z-index: -1;
    position: absolute;
    top: 2.5rem;
    width: 9.32rem;
    height: 4.78rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.case_solve .about_content .about_item {
    border: none;
}

.case_solve .btn_group {
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    margin: 0 auto;
}

.case_effect {
    height: 5.66rem;
    background: #F7FBFF;
}

.case_effect .effect_list {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_effect .effect_item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.case_effect .effect_item p {
    width: 100%;
    text-align: center;
    margin: 0.22rem 0;
    font-size: 0.18rem;
}

.case_effect .effect_item p span {
    color: #1c7fff;
}

.case_effect .effect_explain {
    padding: 0.4rem 0;
    font-weight: 600;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
}

.case_effect .effect_item .effect_icon {
    width: 136px;
    height: 136px;
    transition: all .3s;
    background-size: 136px;
}

.case_effect .effect_item:hover .effect_icon {
    transform: scale(1.1, 1.1);
}

.case_effect .effect_item .effect_icon1 {
    background: url(../images/company/effect_icon1.png) no-repeat center center;
}

.case_effect .effect_item .effect_icon2 {
    background: url(../images/company/effect_icon2.png) no-repeat center center;
}

.case_effect .effect_item .effect_icon3 {
    background: url(../images/company/effect_icon3.png) no-repeat center center;
}

.case_effect .effect_item .effect_icon4 {
    background: url(../images/company/effect_icon4.png) no-repeat center center;
}

.case_effect .effect_item .effect_icon5 {
    background: url(../images/company/effect_icon5.png) no-repeat center center;
}

.case_evaluate {
    width: 12rem;
    margin: 0 auto;
    height: 5.1rem;
}

.case_evaluate .eval_content {
    position: relative;
    padding: 0.59rem 1rem;
    border-radius: 0.05rem;
    border: 0.01rem solid #CCC;
}

.case_evaluate .eval_content>p {
    text-indent: 0.4rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: justify;
}

.case_evaluate .company_sub {
    margin-top: 0.63rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.case_evaluate .company_sub p:first-child {
    color: #bbb;
}

.case_evaluate .company_sub img {
    margin: 0 0.15rem;
}

.case_evaluate .eval_icon {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
}

.case_evaluate .eval_icon_top {
    left: 0.4rem;
    top: 0.31rem;
    background: url(../images/company/eval_icon_top.png) no-repeat center center;
    background-size: 0.48rem;
}

.case_evaluate .eval_icon_bottom {
    right: 0.3rem;
    top: 1.23rem;
    background: url(../images/company/eval_icon_bottom.png) no-repeat center center;
    background-size: 0.48rem;
}

.case_success {
    width: 12rem;
    margin: 0 auto;
    height: 5.42rem;
    background: #FFF;
}

.case_success .case li a {
    border: 0.01rem solid #CCC;
}

.case_success .case_success_title {
    margin: 0.3rem 0;
    border-left: 2px solid #1c7fff;
}

.case_success .case_success_title p {
    padding-left: 0.16rem;
    font-size: 0.26rem;
}

.register_form {
    height: 1106px;
    background: url(../images/register_bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.register_form>div {
    width: 1000px;
    padding-top: 183px;
    margin: 0 auto;
}

.register_form form {
    padding: 0 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.register_form form .form_input {
    width: 100%;
    transition: all .3s;
    border-bottom: 1px solid #ddd;
}

.register_form form .form_button {
    display: flex;
    justify-content: center;
}

.register_form form .submit_btn {
    width: 1.76rem;
    height: 0.54rem;
    margin: 0.5rem;
    padding: 0.18rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.69rem;
    line-height: 0.2rem;
    color: #FFF;
    font-size: 18px;
    color: #1c7fff;
    border: 0.01rem solid #1c7fff;
    background: transparent;
    transition: all .3s;
    cursor: pointer;
}

.register_form form .submit_btn:hover {
    background: linear-gradient(0deg,
            #24a1ff 0%,
            #3e86f9 100%),
        linear-gradient(#1c7fff,
            #1c7fff) !important;
    color: #FFF !important;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.register_form form .form_input .get_tel_code {
    float: right;
    height: 70px;
    line-height: 70px;
}

.register_form form .form_input .get_tel_code .btn_group {
    padding: 10px 0;
}

.register_form form .form_input .get_tel_code .btn_group .radius_btn {
    margin-right: 0;
}

.register_form form .form_input .drop_down {
    width: 110px;
    float: right;
    line-height: 70px;
    padding-left: 25px;
}

.register_form form .drop_checkbox {
    display: none;
}

.register_form form .drop_checkbox.show {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 920px;
    height: 123px;
    padding: 20px 0;
    padding-left: 22px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.register_form form input {
    width: 600px;
    height: 70px;
    outline: none;
    border: 0;
    color: #999;
    font-size: 16px;
    transition: all .3s;
}

.register_form form .check_code {
    float: right;
    height: 70px;
    line-height: 70px;
    width: 200px;
    text-align: center;
}

.register_form form label {
    display: flex;
    width: 180px;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.register_form form input[type='checkbox'] {
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFF;
    border-radius: 50%;
    border: 0.01rem solid #AAA;
}

.register_form form input[type='checkbox']:checked {
    background: #1c7fff;
    border: 1px solid #1c7fff;
}

.register_form form input[type='checkbox']:checked:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 50%;
    height: 25%;
    border: 0.02rem solid #FFF;
    border-radius: 0.01rem;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
}

.hiddenlayer {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.hiddenlayer .hiddenblack {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.3;
}

.hiddenlayer .hiddencontent {
    z-index: 10000;
    width: 40%;
    background: white;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
}

.hiddencontent .title {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    font-weight: 300;
    color: #1c7fff;
}

.hiddencontent .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hiddencontent .button {
    width: 40%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c7fff;
    border: 0.02rem solid #1c7fff;
    border-radius: 1.69rem;
    font-size: 0.52rem;
    color: white;
}


.productCenter_nav {
    display: flex;
    width: 6.6rem;
    background: white;
    color: #666;
    padding: 0.2rem 0 0.2rem 0.2rem;
    position: absolute;
    left: -2.5rem;
    border-radius: 5px;
    box-shadow:0 0 5px  rgba(0,0,0, 0.15);
    z-index:1;
}

.productCenter_nav_arrow {
    
    width: 30px;
    height: 30px;
    position: absolute;
    top: -0.23rem;
    left: 0.32rem;
    background: url(../images/arrow.png) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.productCenter_nav_arrow1 {
    width: 20px;
    height: 20px;
    background: white;
    /*border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;*/
    transform: rotate(45deg);
    position: absolute;
    top: -0.1rem;
    left: 0.4rem;
    box-shadow: -2.5px -2.5px 5px rgba(0,0,0, 0.15);
    z-index: 2;
}

    .productCenter_second_nav {
        display: flex;
        width: 100%;
        height: 10%;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 0.1rem;
        padding: 0 0.32rem 0 0;
    }

.productCenter_third_nav_title,
.productCenter_third_nav {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 0.08rem 0.05rem;
    cursor: pointer;
    font-size:0.16rem;
}

.productCenter_third_nav_title {
    color: #333;
    font-weight: 500;
    font-size: 0.18rem;
    border-bottom: 1px solid #e5e5e5;
    cursor: default;
}

.productCenter_third_nav:hover {
    color: #1c7fff;
}